Check Lists Registry entry

Defines a checklist to display on the Lists tab when a particular value is entered in a field.

Usage

This Registry entry can be assigned to users and groups:

KeyUserGroupGroup
Key 1 UserGroupGroup
Key 2 usergroupDefault
Key 3 Table
Key 4 table
Key 5 Check Lists
Key 6column-value
Value list

where:

column-value

is the back-end name of the field (column) to test for value. If value appears in column, then the formatted check list defined in list will display on the Lists tab.
list

is a formatted list of items to display on the Lists tab. Items in the list are separated with a semicolon.

Basic formatting can be applied to items in the list:

Format

Description

header#:text

header indicates that text is a heading; # is the relative size of the heading with 1 being the largest (as with HTML heading styles), e.g.:

header1:This is the title

block:n

Specifies that the following n number of items are indented, e.g.:

block:10 indicates that the next ten items (each item appears on its own line) are indented from the current position (i.e. if a block:n is followed by another block:n, the second block:n will be indented relative to the first block:n).

Checkbox:text:boolean

Defines an item in the list with a preceding checkbox that is ticked (true) or not ticked (false) by default, e.g.:

checkbox:DV filed by mother:false

adds an item to the list with the text "DV filed by mother" (as in the screenshot above), with an unticked checkbox.

text:usertext

Adds an item to the list with a text box to the right of usertext, e.g.:

text:Enter your name:

adds an item to the list with the text "Enter your name:" followed by a textbox.

blankline

Inserts a blank line.